home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / unix / textmstr.shr / tm.hqx / Source Code ƒ / U / InitMenuTextMaster.c < prev    next >
Text File  |  1991-05-09  |  712b  |  26 lines

  1. /*  InitMenuTextMaster                                                     Extra menu bar initialization */
  2.  
  3. /* Unit name:  InitMenuTextMaster.c   */
  4. /* Function:  This module allows for extra menubar */
  5. /*      initialization. */
  6. /* History: 5/9/91 Original by Prototyper 3.0   */
  7.  
  8. #include "PCommonTextMaster.h"    /* Common */
  9. #include "Common_TextMaster.h"    /* Common */
  10. #include "PUtils_TextMaster.h"    /* General Utilities */
  11. #include "Utils_TextMaster.h"    /* General Utilities */
  12.  
  13. #include "InitMenuTextMaster.h"    /* This file */
  14.  
  15.  
  16. /* ======================================================= */
  17.  
  18. /* Routine: AddExtraMenus */
  19. /* Purpose: Add in any extra menus */
  20.  
  21. void AddExtraMenus()
  22. {
  23.  
  24. }                                                                                /* End of procedure AddExtraMenus */
  25.  
  26.